Nuprl Definition : isl
11,40
postcript
pdf
isl(
x
) == case
x
of inl(
y
) => tt | inr(
z
) => ff
latex
Definitions
case
b
of inl(
x
) =>
s
(
x
) | inr(
y
) =>
t
(
y
)
,
tt
,
ff
FDL editor aliases
isl
origin